-
Home
-
Media Cloud Sync
-
1.0.1
-
Code
-
Classes
- BigInteger
Total Complexity |
138 |
Dependencies |
11 |
Dependents |
4 |
Total lines |
980 |
Lines of code |
440 |
Logical lines of code |
262 |
Comment lines |
484 |
Methods |
52 |
Properties |
1 |
Methods 52
Method |
Rating |
Maintainability
|
Complexity
|
Lines of code
|
fromBase() |
A |
47 |
11 |
36 |
toBytes() |
A |
50 |
9 |
28 |
fromBytes() |
S |
56 |
5 |
17 |
modInverse() |
S |
58 |
5 |
16 |
modPow() |
S |
61 |
5 |
12 |
power() |
S |
61 |
5 |
12 |
gcd() |
S |
62 |
5 |
11 |
randomBits() |
S |
56 |
4 |
17 |
randomRange() |
S |
58 |
4 |
16 |
fromArbitraryBase() |
S |
57 |
4 |
15 |
shiftedRight() |
S |
61 |
4 |
13 |
toBase() |
S |
64 |
4 |
9 |
getLowestSetBit() |
S |
63 |
3 |
11 |
remainder() |
S |
63 |
3 |
11 |
multipliedBy() |
S |
63 |
3 |
11 |
quotient() |
S |
63 |
3 |
11 |
dividedBy() |
S |
62 |
3 |
11 |
plus() |
S |
63 |
3 |
11 |
toArbitraryBase() |
S |
63 |
3 |
10 |
getBitLength() |
S |
65 |
3 |
9 |
getSign() |
S |
77 |
3 |
3 |
shiftedLeft() |
S |
66 |
3 |
9 |
testBit() |
S |
70 |
2 |
6 |
compareTo() |
S |
68 |
2 |
7 |
unserialize() |
S |
71 |
2 |
6 |
__unserialize() |
S |
70 |
2 |
6 |
abs() |
S |
79 |
2 |
3 |
sqrt() |
S |
68 |
2 |
7 |
mod() |
S |
66 |
2 |
8 |
quotientAndRemainder() |
S |
66 |
2 |
8 |
minus() |
S |
66 |
2 |
8 |
ten() |
S |
69 |
2 |
7 |
one() |
S |
69 |
2 |
7 |
zero() |
S |
69 |
2 |
7 |
toInt() |
S |
69 |
2 |
7 |
__serialize() |
S |
80 |
1 |
3 |
__toString() |
S |
82 |
1 |
3 |
serialize() |
S |
82 |
1 |
3 |
toScale() |
S |
79 |
1 |
3 |
toFloat() |
S |
81 |
1 |
3 |
__construct() |
S |
81 |
1 |
3 |
toBigRational() |
S |
78 |
1 |
3 |
toBigDecimal() |
S |
80 |
1 |
3 |
toBigInteger() |
S |
82 |
1 |
3 |
isOdd() |
S |
76 |
1 |
3 |
isEven() |
S |
76 |
1 |
3 |
not() |
S |
80 |
1 |
3 |
xor() |
S |
75 |
1 |
4 |
of() |
S |
79 |
1 |
3 |
and() |
S |
75 |
1 |
4 |
negated() |
S |
79 |
1 |
3 |
or() |
S |
75 |
1 |
4 |